@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  font-family: "Source Han Sans CN", "Noto Sans S Chinese Light", "Microsoft YaHei", Roboto, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei Light", "Pingfang sc regular", Helvetica, Tahoma, sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
	color:#666;
}

a:hover, a.text-white:hover {
  color: #337ab7 !important;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

ul, ol {
  list-style: none;
  margin-bottom: 0;
  margin: 0;
}

#cd-nav {
  z-index: 99999;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

#scrollUp:hover {
  cursor: pointer;
  background: #f39700;
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #e5e5e5;
  text-align: center;
  padding: 10px 15px;
  font-size: 24px;
}

/*常用css样式*/
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
}

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #323232;
}

.word-break,.news-des,.news-title,.project-title{
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
  border:1px solid #ccc;
}

/* NEWS */
.bread {
  background-color: #eee;
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.bread-title {
  font-size: 24px;
  color: #1f8cff;
}

.bread small {
  color: #ddd;
  font-weight: 400;
}

.btn-bread {
  height: 34px;
  border-radius: 17px;
  border: 1px solid #ccc;
  display: block;
  background-color: #fff;
  color: #666;
  line-height: 34px;
}

.btn-bread:hover,.btn-bread-active {
  color: #fff !important;
  background-color:#1f8cff;
  border-color: #1f8cff;
}
.btn-bread-active:hover{
	background-color: #0d74e1;
  border-color: #0d74e1;
}
.news-i {
  height:100px;
  overflow:hidden;
}
.news-title{
	overflow:hidden;
	line-height:40px;
}
.news-title {
  font-size: 24px;
  font-weight: bold;
  font-weight:400;
}
.news-title a{
	color: #666;
}
.news-time {
  line-height: 32px;
  color: #666;
  padding-left:15px;
}

.news-des {
  color: #666;
  padding-left:15px;
}

.news-line {
  width: 30%;
  border-bottom: 1px solid #ed8309;
  margin: 20px 0;
}

.news-l {
  background-color: #e5e5e5;
  overflow: hidden;
  padding: 15px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  /* width:1000px;
  display:block;
  margin:auto; */
  margin-bottom: 30px;
}

.news-l:hover {
  box-shadow: 0 5px 5px #ccc;
  margin-top: -5px;
  margin-bottom: 35px;
  background-color: #f5f5f5;
}

.news-l:hover .news-line {
  border-color: #194e9b;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.news-l:hover .btn-news {
  border-color: #194e9b;
  color: #fff !important;
  background-color: #194e9b;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.btn-news {
  border-radius: 21px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8px 0;
  color:#666;
  font-size:14px;
  display: block;
  text-align: center;
}

.btn-news:hover {
  border-color: #194e9b;
  color: #fff !important;
  background-color: #194e9b;
}
.container-fluid {
    padding-right: 8px;
    padding-left: 8px;
    margin-right: auto;
    margin-left: auto;
}
/* HONOR */
.product-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.product-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.product-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

/*For IE7*/
*+html .product-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}

/*For IE6*/
*html .product-container a {
  position: absolute;
  top: 51%;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

*html .product-container a img {
  position: relative;
  top: -50%;
  left: -50%;
  width: expression(this.width>200?"200px": "auto");
  height: expression(this.height>140?"140px": "auto");
}

.product-name {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 16px;
  line-height: 40px;
}

.footer {
  background-color: #262626;
  padding: 15px 0;
  margin-top: 20px;
}

.footer-line {
  width: 100%;
  border-bottom: 1px solid #777;
  margin: 15px 0;
}

.footer-n {
  border-right: 1px solid #fff;
}

.footer-n:last-child {
  border: none;
}

.footer-contact {
  margin-top: 20px;
}

.text-white a {
  color: #fff;
}

.copyright {
  background-color: #194e9a;
  line-height: 49px;
}

@media(max-width:768px) {
  .product-container {
    height: 120px;
  }

  .product-container a img {
    max-height: 110px;
  }

  .product-container a {
    height: 120px;
  }

  .btn-bread {
    margin-bottom: 15px;
  }
}

/* INDEX */
.top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
}

/* .swiper-slide img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  webkit-transition: all 3s linear;
  -moz-transition: all 3s linear;
  -o-transition: all 3s linear;
  transition: all 3s linear;
}

.swiper-slide-active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
} */

.about {
  background-color: #f0f4f7;
  padding: 10px;
  overflow: hidden;
  height:324px;
}

.about-title {
  color: #194e9a;
  line-height: 32px;
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.text-gray {
  color: #666;
}

.about-title .pull-right, .h-news-time {
  font-size: 12px;
}

.margin-top-15 {
  margin-top: 15px;
}

.h-news-list {
  line-height: 37px;
}


.bg-white {
  background-color: #fff;
  /* padding: 8px 0; */
}

.project {
  background-color: #f0f4f7;
  line-height: 60px;
  padding: 0 8px;
  margin-top: 15px;
}

.text-tran {
  text-transform: uppercase;
}

.text-blue {
  color: #194e9a !important;
}

.project .text-blue {
  font-size: 18px;
}

.project-nav a {
  padding: 24px 30px;
}

.project-item {
  position: relative;
}

.project-black {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
}
.project-item:hover .project-black{
  background-color: rgba(25, 78, 154, .6);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.project-name {
  width: 110px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 40px;
  font-size: 16px;
  left: 50%;
  margin-left: -55px;
}

.banner-container {
  position: relative;
  height: 100vh;
  width: 100%;
}

.banner {
  position: fixed;
  z-index: -1
}

.main {
  width: 100%;
  background-color: #f4f4f4;
  overflow: hidden;
  z-index: 999;
   position: relative;
}

.swiper-wrapper, .swiper-slide {
  width: 100% !important;
}

/* PROJECT */
.project-list {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.project-title {
  position: absolute;
  width: 100%;
  line-height: 40px;
  background-color: rgba(27, 130, 221, .7);
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.project-d {
  position: absolute;
  line-height: 32px;
  padding: 15px;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  transition: all 0.50s ease-in-out 0s;
  -moz-transition: all 0.50s ease-in-out 0s;
  -webkit-transition: all 0.50s ease-in-out 0s;
  -o-transition: all 0.50s ease-in-out 0s;
  background-color: rgba(27, 130, 221, .7);
}

.project-list:hover .project-d {
  transform: rotateY(0);
  -ms-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -webkit-transform: rotateY(0);
}
.project-list:hover .project-title {
  opacity: 0;
  transition: all 0.50s ease-in-out 0s;
  -moz-transition: all 0.50s ease-in-out 0s;
  -webkit-transition: all 0.50s ease-in-out 0s;
  -o-transition: all 0.50s ease-in-out 0s;
}

.show-img{
	width:100%;
	/* height:400px; */
	border:1px solid #ddd;
	overflow:hidden;
	padding:15px;
}
.show-img img{
	/* height:370px; */
	width:auto;
}
.project-information{
	margin-top:20px;
	font-size:16px;
	line-height:24px;
}

.show-news-des{
	color:#999;
	padding:15px;
	border:1px solid #ddd;
}

.project-information{
	background-color:#fff;
	line-height:32px;
	font-size:16px;
	padding:20px 0;
}
/* .nav-active .link,.nav-active .nav-e{
	color:#0d5dcb !important;
} */
.next{

}

#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages {
  clear: both;
  margin-top:20px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #194e9a;
  background-color: #194e9a;
}
.code{
	margin-top:20px;
}
.main .bg-white{
	padding-top:8px;
}
@media(max-width:1024px) {
  .banner-container {
    height: 350px;
    width: 100%;
  }
  .news{
	margin-top:15px;
  }
  .company{

  }
}
.company-info{
line-height:26px;
padding-right:0;
padding-left: 15px;
}
@media(max-width:768px) {
  .banner-container {
    height: 300px;
    width: 100%;
  }
  .project-item{
	margin-bottom:16px;
  }

}
@media(max-width:414px){
.banner-container {
    height: 200px;
    width: 100%;
  }
}
body{
	padding-top:80px;
}
.page-about{
	font-size:17px;
	line-height:30px;
}
.next{
	margin-top:15px;
}
@media(min-width:1440px){
	.top .container{
		width:1366px
	}
	.menue-logo{
		margin-right:150px;
	}
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}

.f-nav{
  border-right:1px solid #fff;
  padding: 0 15px;
}
.f-nav:first-child{
  padding-left: 0;
}
.f-nav:last-child{
  border: none;
}
#pages .a1:first-child{
  display: none;
}
.project-nav a:hover{
  background-color: #194e9a;
  /* padding: 15px 0; */
  color: #fff;
}
.news-l .col-sm-9{
  padding-left: 15px;
}
.frindship{
	margin-right:20px;
}
/* .menue-nav li{
	padding:0 10px;
} */
.menue-nav li:hover{
	background-color:#194e9a;;
}
.menue-nav li:hover .link span{
	color:#fff;
}
.nav-active:hover{
	background-color:transparent !important;
	color:#0d5dcb !important;
}
.nav-active:hover .link span{
	background-color:transparent !important;
	color:#0d5dcb !important;
}
.bread-bg{
	/* background-color:#ed8309; */
	background-color:#1f8cff;
	text-align:center;
	position: absolute;
    width: 80%;
    padding: 20px;
    bottom: -53px;
    left: 0;
}
.bread-border{
	border:1px solid #fff;
	padding:20px 0;
}
.project-d a:hover{
	color:#fff !important;
}
.project-nav a:hover{
color:#fff !important;
}

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexisel-img {
  width: 95%;
  display: block;
  margin: auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, .5);
  border:1px solid #ddd;
  position:relative;
}
/* .flexisel-img:hover {
	background-color:#194e9a;
} */
/* .flexisel-img:hover a{
	color:#fff !important;
} */
.nbs-flexisel-item {
  float: left;
  /*margin-right:15px;*/
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 0;
  background-image: url(../../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 0;
  background-image: url(../../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  /*max-height: 180px;*/
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.flexisel-li {
  padding-bottom: 15px;
  position:relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.flex-bg{
	position: absolute;
	width:100%;
	height:100%;
	/* background-color: rgba(27, 130, 221, .7); */
	background-color:#194e9a;
	z-index:999;
	top:-101%;
	left:0;
	/* display:none; */
	padding-top:25%;
	border:1px solid #194e9a;
}
.flexisel-li:hover .flex-bg{
	animation: flex .5s forwards;
	-moz-animation: flex .5s forwards;
	-webkit-animation: flex .5s forwards;	
	-o-animation: flex .5s forwards;
}

.flex-bg a{
	color:#fff;
	height:34px;
	display:block;
	margin:auto;
	width:110px;
	border:1px solid #fff;
	line-height:34px;
	margin-top:15px;
}
@keyframes flex
{
from {top:-101%;}
to {top:0;}
}

@-moz-keyframes flex
{
from {top:-101%;}
to {top:0;}
}

@-webkit-keyframes flex
{
from {top:-101%;}
to {top:0;}
}

@media(width:1366px){
	.menue-logo{
		margin-right:120px;
	}
	/* .container{
		width:1000px;
	} */
	.page-about{
		margin:auto;
	}
	/* .top .container,.main .container{
		width:1170px;
	} */

}
.about-img{
	padding:5px;
	border:1px solid #ccc;
}
.left-nav{
	overflow:hidden;
	border-radius:4px;
}
.left-nav-active{
	background-color:#1f8cff;
	padding:15px 0;
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-align: center;
	    background-image: url(../../images/icon.png);
    background-position: bottom right;
    background-repeat: no-repeat;

}	
.left-nav-active small{
	font-size:18px;
}
.left-nav-item{
	line-height:40px;
	border:1px solid #ccc;
	border-top:none;
	padding:0 15px;
}
.banner-title{
	font-size:50px;
}
.banner-text{
	position: absolute;
    top: 50%;
    padding:20px;
	margin-top:-30px;
	background-color:rgba(25,78,154,.8);
	color:#fff;
	width:50%;
	left:-100px;
}
@keyframes myfirst
{
from {left:-200%;}
to {left:0;}
}

@-moz-keyframes myfirst
{
from {left:-200%}
to {left:0;}
}

@-webkit-keyframes myfirst
{
from {left:-200%}
to {left:0;}
}

@-o-keyframes myfirst 
{
from {left:-200%}
to {left:0;}
}
.swiper-slide-active .banner-text{
	animation: myfirst 1s forwards;
	-moz-animation: myfirst 1s forwards;
	-webkit-animation: myfirst 1s forwards;	
	-o-animation: myfirst .5s forwards;
}
@media(max-width:768px){
	.banner-text{
		width:100%;
		padding:10px 0;
	}
	.banner-title{
		font-size:24px;
		
	}
}
.honor{
	margin-bottom:15px;
}
.about-title .text-blue,.project .text-blue{
	border-left:2px solid #194e9a;
	padding-left:10px;
}
.text-b{
	position: absolute;
    /* left: 0; */
	color:#fff;
	/* -webkit-text-stroke: 2px #194e9a; */
	font-weight:bold;
	/* padding-left:20px; */
	font-size:32px;
	width:100%;
}
@media(width:1366px){
	.page-about,#container,#news{
		width:1000px;
		margin:auto;
	}
}
.home-banner{
	width:100%;
	position: relative;
	
}
#banner{
	position: fixed;
	
}
@media(max-width:768px){
	.text-b{
		font-size:24px;
		-webkit-text-stroke: 0;
		color:#fff;
	}
	.project-list{
		height:180px;
	}
}
.text-b1{
	bottom:10%;
	text-align:left;
	padding-left:2%;
}
.text-b2{
	bottom:10%;
}
.text-b3{
	bottom:10%;
	text-align:right;
	padding-right:10%;
}
.btn-pro{
	text-align:center;
	display:block;
	border:1px solid #ddd;
	margin-top:10px;
}
.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
}
@media(max-width:1920px){
	.home-banner{
	height:100vh;
	}
}
@media(max-width:1440px){
	.home-banner{
	height:640px;
	}
}
@media(max-width:1366px){
	.home-banner{
	height:605px;
	}
}

.home-pro-list{
	border:1px solid #e5e5e5;
	padding:5px;
}
.pro-case{
	background:#fff;
}
#project{
	padding:0 8px;
}
.swiper-pagination {
	bottom:30px;
}
.project-information img{
	max-height:600px;
}
@media(max-width:768px){
.about{height:auto;}
	.home-banner{
	height:180px;
	}
	.menue-logo img{
		height:80px;
	}
	.company-info{
		padding-left:0;
	}
	
	.swiper-pagination-bullet {
		width: 14px !important;
		height: 14px !important;
	}
	.text1{
		font-size:18px;
	}
	.news-i{
		height:180px;
		/* background-color:#fff; */
	}

	.news-i img{
		display:block;
		margin:auto;
		/* max-height:180px; */
	}
	.btn-news{
		display:none;
	}
	.news-l{
		padding:15px 0;
	}
	.news-l .col-sm-10 .col-sm-10,.news-l .news-time,.news-l .news-des{
		padding:0;
	}
	.news-title{
		font-size:18px;
	}
}
@media(max-width:413px){
	.home-banner{
		height:160px
	}
}
@media(max-width:320px){
	.home-banner{
	height:140px;
	}
}
.page-about{
	font-family:"黑体"
}
video{
	display:block;
	margin:auto;
}
/* .swiper-slide img{
	opacity: .8;
}
.swiper-slide-active img{
opacity: 1;
	 -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
} */
@media(min-width:768px){
	.bread .text-right .col-sm-3{
		width:20%;
	}
}